Converts this ClientCollectionView to a live view.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public View<T> AsLive<T>()
Visual Basic
Public Function AsLive(Of T) As View(Of T)

Type Parameters

T
The type of the elements in this collection view.

Return Value

The resulting live view.

Remarks

This method does not change the ClientCollectionView in any way, it just exposes its live view functionality.

This method is not supported for a ClientViewSource in virtual mode.

Exceptions

See Also